home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / ScriptReader1.3.cpt / Script Reader 1.3 / card_3591.txt < prev    next >
Text File  |  1987-12-28  |  4KB  |  110 lines

  1. -- card: 3591 from stack: in.3
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 3286
  5. -- name: Reader
  6.  
  7.  
  8. -- part contents for background part 30
  9. ----- text -----
  10.  
  11. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬† Using The Script Reader
  12.                              —•—
  13. 1. Click on the ‚ÄúRead‚Äù button. A Standard File dialog will appear.
  14. 2. Click to select the stack whose scripts you want to read.
  15. 3. The Reader will get some statistics on the ‚Äútarget‚Äù stack and ask if ¬†¬†you want to continue.
  16. 4. If you click ‚ÄúYes‚Äù, the Reader will get the scripts of all the objects of ¬†¬†the target stack and put them into new cards in the Reader.
  17. 5. When the Reader is all done, it‚Äôll tell you.
  18. 6. You can now read the cards one at a time.
  19.  
  20. * The ‚ÄúExport Text‚Ķ‚Äù button will save all the scripts into a new text file.
  21. * Emptying the Reader deletes the scripts currently in the Reader. Yes, you can add more scripts to the Reader without emptying the Reader.
  22.  
  23. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†Support Shareware!
  24.                              —•—
  25.  
  26.  
  27.  
  28. on mouseUp
  29.   send mouseUp to background button "Done"
  30. end mouseUp
  31.  
  32.  
  33. -- part contents for background part 38
  34. ----- text -----
  35. --Change History for The Script Reader
  36.  
  37. 9/2/87: Replaced the Print command with a text command.
  38. Protected the stack with the password, setting the userLevel to 2.
  39. Modified the "Read" button to include getting the names of the target objects.
  40. Added this script which will go into the ScriptField on a keyboard trick.
  41.  
  42. Uploaded to GEnie in Stack City.
  43.  
  44. 9/5/87: Uploaded to WELL @ /well/info/hype
  45.  
  46. 9/7/87: Version 1.1. Fixed a bug found by Hank Roberts (hank) @ WELL that allowed getting into a loop if the targetStack was not the stack named in the input dialog.
  47. --Change History for The Script Reader
  48.  
  49. 9/2/87: Replaced the Print command with a text command.
  50. Protected the stack with the password, setting the userLevel to 2.
  51. Modified the "Read" button to include getting the names of the target objects.
  52. Added this script which will go into the ScriptField on a keyboard trick.
  53.  
  54. Uploaded to GEnie in Stack City.
  55.  
  56. 9/5/87: Uploaded to WELL @ /well/info/hype
  57.  
  58. 9/7/87: Version 1.1. Fixed a bug found by Hank Roberts (hank) @ WELL that allowed getting into a loop if the targetStack was not the stack named in the input dialog.
  59.  
  60. ?/?/87: Version 1.2
  61.  
  62. 12/20/87: Version 1.3 New interface, some bug fixes (Paul, need more specifics here), and new features (and here).
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. -- part contents for background part 49
  72. ----- text -----
  73.  
  74. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬† ¬†¬†¬†*¬†The Script Reader *
  75. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬† ¬†¬†a ShareWare Stack by HyperPro
  76. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†‚Äî‚Ä¢‚Äî ¬†
  77. ¬†¬†¬†¬†¬†Scripts by Paul Foraker ¬†¬†¬†¬†¬†¬†¬†¬†¬†Graphics by David Donaldson
  78.  
  79. ¬†¬†This stack gets the scripts of all the objects of another stack and puts them into cards in The Script Reader. This would be useful for debugging a complicated stack, or for looking at interesting scripts. You can also use The Reader to protect your files from the inevitable Vandal Stacks. You could read the scripts of all the objects of an unknown stack for commands (like Delete Card) to make sure they are legitimate.
  80.  
  81. ¬† If you find this stack useful, please send $10 to:
  82. ¬†¬†¬†¬†¬†¬†HyperPro, 19925 Stevens Creek Blvd., Cupertino, CA 95014
  83.  
  84. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬© 1987 HyperPro
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. on mouseUp
  96.   send mouseUp to background button "Done"
  97. end mouseUp
  98.  
  99.  
  100. -- part contents for background part 23
  101. ----- text -----
  102. 1 of 1 card.
  103.  
  104. -- part contents for background part 20
  105. ----- text -----
  106. by HyperPro
  107.  
  108. -- part contents for background part 21
  109. ----- text -----
  110. 19925 Stevens Creek Blvd. Cupertino, CA 95014